home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / tcomm50.zip / LCTIME.H < prev    next >
Text File  |  1988-12-18  |  327b  |  19 lines

  1. /*
  2. **    lctime.h - programmable timer interrupt handler for
  3. **               litecomm
  4. **    Copyright (c) 1987 - Information Technology, Ltd.
  5. */
  6.  
  7. #ifndef LCTIME
  8. #define LCTIME    1
  9.  
  10. extern volatile unsigned _secs_rem;
  11.  
  12. extern int lc_insclock(void);
  13.  
  14. extern void lc_setclock(unsigned);
  15.  
  16. extern void lc_clrclock(void);
  17.  
  18. #endif
  19.